home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 April / macformat-075.iso / Shareware Plus / Games / GameMaker 2.6.1 Demo / GameMaker v2.61 DEMO / GameMaker v2.61 DEMO.rsrc / TEXT_132_Go Menu.txt < prev    next >
Encoding:
Text File  |  1999-01-06  |  4.3 KB  |  89 lines

  1. GO MENU
  2.  
  3. FIRST CARD
  4. Makes card #1 the current card.
  5.  
  6.  
  7. PREVIOUS/NEXT
  8. Goes to the previous card or next card.
  9.  
  10.  
  11. LAST CARD
  12. Makes card #250 the current card.
  13.  
  14.  
  15. GO TO CARD
  16. Displays a dialog box allowing you to select a card by name or number.
  17.  
  18.  
  19. CARD INFO
  20. Displays a dialog box allowing you to name the card, choose a layout design, and other options. Options under "When card opens" will be executed after the picture and text are drawn, but before the buttons are displayed.
  21.  
  22. Card #
  23. Lets you name the current card. Cards can be linked by name or number.
  24.  
  25. Don't use "Save" alert
  26. Check this box to disable the alert window which asks the player if they want to save their changes during New, Open, and Quit menu routines. The alert will be disabled for the "Do menu" button scripts as well as when the player selects a menu themsleves. If you don't check this box, the alert will be shown only if their changes are not already saved. For compatibilty reasons, this box cannot be unchecked in card #1.
  27.  
  28. Script
  29. Opens a window allowing you to write a script which will be executed when the card opens. Scripts are performed before any other options. See the "Scripting" help topic for information on the scripting language.
  30.  
  31. Play sound
  32. Use the pop-up menu to select a sound to be played when the card opens. Sounds must be in your document as "snd " resources in order for them to be listed in the pop-up menu.
  33.  
  34. Try Sound
  35. Plays the currently selected sound. Use this to sample the sounds in the list.
  36.  
  37. Delay while sound plays
  38. If this box is checked, the game will pause while the selected sound is played. This is useful for long playing sounds so that the card's buttons will not be displayed until the sound is finished.
  39.  
  40. Time delay
  41. Lets you select a time delay. A delay of 100 is equal to 1 second. This is useful for slow animation or self running presentations. The maximum delay is 10 seconds (1000).
  42.  
  43. Go to card
  44. Lets you choose a card to go to before any buttons are displayed. This is used for animation or self running presentations. Pictures and text are displayed before going to the next card.
  45.  
  46.  
  47. GAME OPTIONS
  48. Displays a window allowing you to choose the following options:
  49.  
  50. Frame Picture
  51. Draws a frame around pictures in Run Mode and compiled applications.
  52.  
  53. Frame Text
  54. Draws a frame around text in Run Mode and compiled applications.
  55.  
  56. Card Names in Window Title
  57. Displays the card name in the window title (Displays program name if not selected).
  58.  
  59. Disable Options Above in Card #1
  60. Disables all of the above options for card #1.
  61.  
  62. Use Minimal File Menu
  63. Makes the File menu of your game show only the Quit item. This is useful for making help files, presentations, E-zines, photo albums, etc.
  64.  
  65. Use Status Bar
  66. Enables the status bar if this box is checked. Also displays a window so you can name the status bar and choose up to 3 cards that can be linked to when the bar is empty. See the Card Buttons help topic for more information on using the status bar.
  67.  
  68.  
  69. APPLICATION SETUP
  70. Displays a dialog window for customizing your finished application.
  71.  
  72. File Type
  73. Lets you choose a four character file type to be used for documents that are saved while running your compiled application. Documents can then be double-clicked from the Finder to open your application.
  74.  
  75. Get Info String
  76. This text will be visible in the version area of the Finder's Get Info window for your compiled application.
  77.  
  78. Requires Color Monitor
  79. If your game has color graphics you may want to select this option. Selecting this has no effect on GameMaker, but your compiled games will check for a color monitor. If the monitor does not have at least 16 colors or grays, a message will be displayed telling the user that a color monitor is required.
  80.  
  81. Icon
  82. Lets you choose a custom Finder icon for your application. In some cases, after creating an application, you may need to rebuild the desktop for the Finder to properly display the icon for the application. Press the Option & Command keys while restarting your computer to rebuild the desktop.
  83.  
  84. About Box
  85. This text will be displayed in the About Box when the About menu (first item in the Apple Menu) is selected in a compiled application. This will not be displayed in Run Mode in the GameMaker environment.
  86.  
  87.  
  88. SOUNDS
  89. Allows you to remove, import, record, or rename sounds for the current project. Please see the "Sounds" help topic for more information.